const runtime.maxInt64

7 uses

	runtime (current package)
		malloc.go#L631: 	gcController.memoryLimit.Store(maxInt64)
		malloc.go#L1815: 		return maxInt64
		mgcpacer.go#L1337: 		return maxInt64
		string.go#L390: 	maxInt64  = int64(maxUint64 >> 1)
		string.go#L426: 	if !neg && un > uint64(maxInt64) {
		string.go#L429: 	if neg && un > uint64(maxInt64)+1 {
		string.go#L536: 	if un > uint64(maxInt64) {